home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CKIT210.ARJ / DOORSYS.TXT < prev    next >
Text File  |  1990-07-07  |  6KB  |  109 lines

  1.      03/14/88 - Submitted by the "Limited Release Software Group"
  2.  
  3. Updated: 03/21/88
  4. Updated: 10/22/88  KG
  5. Updated: 07/07/90  KG, to add additional info for Raymond Clements
  6.  
  7. =============================================================================
  8.  
  9. Sample DOOR.SYS file to be used as a STANDARD for ALL Bulletin Board Systems.
  10.  
  11. =============================================================================
  12.  
  13.   This file format has been laid out and will be presented to ALL BBS authors
  14. in an attempt to establish a national standard for door program applications.
  15.  
  16. BBS AUTHORS: I urge you to consider this STANDARD with respect for your 3rd
  17.          party support authors. Come on guys, make life EASY for us.
  18.                                 (BIG GRIN)
  19.  
  20. =============================================================================
  21.  
  22.   I have tried to include EVERYTHING a 3rd party DOOR author would need to
  23. provide the SYSOPS with the look and feel they want from an online program
  24. while at the same time keeping things plain and simple to ease the problems
  25. of interfacing programs with a system.
  26.  
  27. This type of format is intended to be a "read-write" type of file. This file
  28. format, once established, wouldn't need to be changed EVERYTIME a new version
  29. of the BBS software gets released and this would also ease the demand for more
  30. info being made available in the BBS Re-Entry file thus making life easier for
  31. both parties. If there is something found in the following format that your BBS
  32. software may not be currently supporting, a DEFAULT value has been suggested.
  33. ----------
  34. KG, Note:
  35.  
  36.    When reading this file, you should not go into an EOF loop. In
  37. other words, you should not read until you encounter End Of File.
  38. Instead, you should read what you KNOW is there. This allows for
  39. additions to the end of the file without forcing all programs to be
  40. re-compiled. 
  41.  
  42.    
  43. DOOR.SYS
  44. --------
  45. COM1:             <-- Comm Port - COM0: = LOCAL MODE
  46. 2400              <-- Baud Rate - 300 to 38400
  47. 8                 <-- Parity - 7 or 8
  48. 1                 <-- Node Number - 1 to 99                    (Default to 1)
  49. 19200             <-- DTE Rate. Actual BPS rate to use. (kg) 
  50. Y                 <-- Screen Display - Y=On  N=Off             (Default to Y)
  51. Y                 <-- Printer Toggle - Y=On  N=Off             (Default to Y)
  52. Y                 <-- Page Bell      - Y=On  N=Off             (Default to Y)
  53. Y                 <-- Caller Alarm   - Y=On  N=Off             (Default to Y)
  54. Rick Greer        <-- User Full Name
  55. Lewisville, Tx.   <-- Calling From
  56. 214 221-7814      <-- Home Phone
  57. 214 221-7814      <-- Work/Data Phone
  58. PASSWORD          <-- Password
  59. 110               <-- Security Level
  60. 1456              <-- Total Times On
  61. 03/14/88          <-- Last Date Called
  62. 7560              <-- Seconds Remaining THIS call (for those that particular)
  63. 126               <-- Minutes Remaining THIS call
  64. GR                <-- Graphics Mode - GR=Graph, NG=Non-Graph, 7E=7,E Caller
  65. 23                <-- Page Length
  66. Y                 <-- User Mode - Y = Expert, N = Novice
  67. 1,2,3,4,5,6,7     <-- Conferences/Forums Registered In  (ABCDEFG)
  68. 7                 <-- Conference Exited To DOOR From    (G)
  69. 01/01/99          <-- User Expiration Date              (mm/dd/yy)
  70. 1                 <-- User File's Record Number
  71. Y                 <-- Default Protocol - X, C, Y, G, I, N, Etc.
  72. 0                 <-- Total Uploads
  73. 0                 <-- Total Downloads
  74. 0                 <-- Daily Download "K" Total
  75. 999999            <-- Daily Download Max. "K" Limit
  76. 10/22/88          <-- Caller's Birthdate                              (kg)
  77. G:\GAP\MAIN       <-- Path to the MAIN directory (where User File is) (kg)
  78. G:\GAP\GEN        <-- Path to the GEN directory                       (kg)
  79. Michael           <-- Sysop's Name (name BBS refers to Sysop as)      (kg)
  80. Stud              <-- Alias name                                      (rc)
  81. 00:05             <-- Event time                        (hh:mm)       (rc)
  82. Y                 <-- If its an error correcting connection (Y/N)     (rc)
  83. N                 <-- ANSI supported & caller using NG mode (Y/N)     (rc)
  84. Y                 <-- Use Record Locking                    (Y/N)     (rc)
  85. 14                <-- BBS Default Color (Standard IBM color code, ie, 1-15) (rc)
  86. 10                <-- Time Credits In Minutes (positive number)       (rc)
  87. 07/07/90          <-- Last New Files Scan Date          (mm/dd/yy)    (rc)
  88. 14:32             <-- Time of This Call                 (hh:mm)       (rc)
  89. 07:30             <-- Time of Last Call                 (hh:mm)       (rc)
  90. 6                 <-- Maximum daily files available                   (rc)
  91. 3                 <-- Files d/led so far today                        (rc)
  92. 23456             <-- Total "K" Bytes Uploaded                        (rc)
  93. 76329             <-- Total "K" Bytes Downloaded                      (rc)
  94. A File Sucker     <-- User Comment                                    (rc)
  95. 10                <-- Total Doors Opened                              (rc)
  96. 10283             <-- Total Messages Left                             (rc)
  97.  
  98.  
  99.   *****  Each line is STRAIGHT ASCII TEXT with a CR/LF at the end.  *****
  100.  
  101.   Please feel free to express any comments you may have on this format, or
  102.   leave suggestions you have for additions to the file to.....
  103.  
  104.       Raymond Clements, David Terry, or Kenny Gardner
  105.  
  106.   Rick Greer, the author of this Universal Specification, is no
  107.   where to be found!
  108.  
  109.